projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deedffd
)
cargo: fix version in features chain
author
Luca BRUNO
<luca.bruno@coreos.com>
Mon, 2 Aug 2021 14:36:33 +0000
(14:36 +0000)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000
(12:53 -0400)
This fixes the definition of the `v2016_4` feature.
It restores the chain of versions so that 2016.3 symbols can be
actually reached from newer features/versions.
rust-bindings/rust/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Cargo.toml
b/rust-bindings/rust/Cargo.toml
index 95d7c10b49a80d7a27124c90a5cc03fb05a936e9..0282086f9302f50589da1fa9f8f5fc8fa14f743c 100644
(file)
--- a/
rust-bindings/rust/Cargo.toml
+++ b/
rust-bindings/rust/Cargo.toml
@@
-56,7
+56,7
@@
dox = ["ffi/dox"]
v2014_9 = ["ffi/v2014_9"]
v2015_7 = ["v2014_9", "ffi/v2015_7"]
v2016_3 = ["v2015_7", "ffi/v2016_3"]
-v2016_4 = ["v201
5_7
", "ffi/v2016_4"]
+v2016_4 = ["v201
6_3
", "ffi/v2016_4"]
v2016_5 = ["v2016_4", "ffi/v2016_5"]
v2016_6 = ["v2016_5", "ffi/v2016_6"]
v2016_7 = ["v2016_6", "ffi/v2016_7"]